home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Finnish (N-1.2.2) / Pinoja / Laskuesimerkki / card_2378.txt < prev    next >
Text File  |  1989-01-30  |  2KB  |  89 lines

  1. -- card: 2378 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2227
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=455 top=31 right=70 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2478 / 2478
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: About
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   set visible of card field "About" to not the visible of card field "About"
  23. end mouseDown
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 81
  29. -- high flags: 2002
  30. -- rect: left=135 top=28 right=220 bottom=432
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 18
  38. -- part name: About
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide card field "About"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for card part 2
  47. ----- text -----
  48. Dan Winklerin laskuesimerkki
  49.  
  50. Muuta lukua vasemmalla puolella tai kaavaa  oikealla puolella. Tuloksen laskemiseksi osoita kent√§n ulkopuo-lella.  Jokaisen kent√§n ensimm√§inen rivi sis√§lt√§√§ kuvauksen, toinen luvun ja kolmas valittavan kaavan.
  51.  
  52. Copyright ¬©1987 Apple Computer Inc.
  53.  
  54. -- part contents for background part 13
  55. ----- text -----
  56. km vuodessa:
  57. 14000
  58.  
  59.  
  60.  
  61. -- part contents for background part 14
  62. ----- text -----
  63. litraa / 100 km:
  64. 7.8
  65.  
  66.  
  67. -- part contents for background part 15
  68. ----- text -----
  69. Litrahinta:
  70. 3.09
  71.  
  72. -- part contents for background part 16
  73. ----- text -----
  74. litraa vuodessa:
  75. 1092
  76. (line 2 of field "km/√•"*line 2 of field "l/m" / 100)
  77.  
  78.  
  79. -- part contents for background part 17
  80. ----- text -----
  81. Kustannukset / 100 km:
  82. 24.102
  83. (line 2 of field "p/l" * line 2 of field "l/m")
  84.  
  85. -- part contents for background part 18
  86. ----- text -----
  87. Vuosikustannukset:
  88. 3374.28
  89. (line 2 of field "l/√•" * line 2 of field "p/l")